tests: Add two simple css tests
authorBenjamin Otte <otte@redhat.com>
Thu, 7 Apr 2011 00:24:51 +0000 (02:24 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 May 2011 19:58:43 +0000 (21:58 +0200)
tests/css/parser/Makefile.am

index eed1dedfe61d024550f906e6aae91ef37e465f08..1108f1b15e6c0932fffdaa66aa29cd10380629e3 100644 (file)
@@ -5,19 +5,26 @@ TEST_PROGS += test-css-parser
 check_PROGRAMS = $(TEST_PROGS)
 
 test_css_parser_CFLAGS = \
-       -I$(top_srcdir)                 \
-       -I$(top_builddir)/gdk           \
-       -I$(top_srcdir)/gdk             \
-       -DGDK_DISABLE_DEPRECATED        \
-       -DGTK_DISABLE_DEPRECATED        \
-       $(GTK_DEBUG_FLAGS)              \
-       $(GTK_DEP_CFLAGS)
+               -I$(top_srcdir)                 \
+               -I$(top_builddir)/gdk           \
+               -I$(top_srcdir)/gdk             \
+               -DGDK_DISABLE_DEPRECATED        \
+               -DGTK_DISABLE_DEPRECATED        \
+               $(GTK_DEBUG_FLAGS)              \
+               $(GTK_DEP_CFLAGS)
 
 test_css_parser_LDADD = \
-       $(top_builddir)/gdk/libgdk-3.la \
-       $(top_builddir)/gtk/libgtk-3.la \
-       $(GTK_DEP_LIBS)
+               $(top_builddir)/gdk/libgdk-3.la \
+       $(top_builddir)/gtk/libgtk-3.la \
+       $(GTK_DEP_LIBS)
 
 test_css_parser_SOURCES = \
-       test-css-parser.c
+       test-css-parser.c
 
+clean-local:
+       rm $(builddir)/*.out.css || true
+
+EXTRA_DIST += \
+       does-not-exist.css \
+       does-not-exist.ref.css \
+       simple.css